home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / DefineSprite_733 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  208 b   |  11 lines

  1. move_btn.useHandCursor = false;
  2. move_btn.onPress = function()
  3. {
  4.    this._parent.startDrag();
  5. };
  6. move_btn.onRelease = function()
  7. {
  8.    this._parent.stopDrag();
  9.    delete this._parent.onEnterFrame;
  10. };
  11.